home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000163_fdc@columbia.edu_Tue Oct 11 12:19:12 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Vim syntax file for Kermit scripts?
  5. Date: 11 Oct 2005 16:19:01 GMT
  6. Organization: Columbia University
  7. Lines: 14
  8. Message-ID: <slrndknpfl.hkf.fdc@sesame.cc.columbia.edu>
  9. References: <1128951902.727100.251980@f14g2000cwb.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1129047541 18433 128.59.59.56 (11 Oct 2005 16:19:01 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 11 Oct 2005 16:19:01 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15406
  17.  
  18. On 2005-10-10, tomviolin <rock_spambust_violin@yahoo.com> wrote:
  19. : Does anyone know if there exists a Vim syntax file for Kermit scripts
  20. : (.ksc) ?
  21. :
  22. No, there is only one scripting syntax, the one that's built in to Kermit
  23. and that is described here:
  24.  
  25.   http://www.columbia.edu/kermit/ckscripts.html
  26.  
  27. People are always asking for Perl, Tcl, Python, VB and who knows what else,
  28. but Kermit is intended to be self-contained and consistent across many
  29. platforms, and across time and space.
  30.  
  31. - Frank